home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Moscow ML 1.42
/
src
/
toolssrc
/
Deppars.sig
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-18
|
190 b
|
15 lines
|
[
TEXT/Moml
]
local
in
datatype token =
ID of string
| EQUALS
| NULL
| OPEN
| QUAL_ID of string
| STAR
| EOF
end;
val MLtext :
(Lexing.lexbuf -> token) -> Lexing.lexbuf -> string list;